home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-28 | 739 b | 36 lines | [TEXT/MPS ] |
- # File: About.make
- # Target: About
- # Sources: About.c
- # CopyRSRC.r
- # GenericCFRG.r
- # main.c
- # Created: Tuesday, September 27, 1994 10:50:23 PM
-
-
- OBJECTS = About.c.o main.c.o
-
- C = MWCPPC
- COptions = -w full
- Link = MWLinkPPC
- LinkOptions = -t APPL -c '????'
-
-
- About ƒƒ About.make {OBJECTS}
- {Link} {LinkOptions} ∂
- {OBJECTS} ∂
- "{MWPPCLibraries}"InterfaceLib ∂
- "{MWPPCLibraries}"MWCRuntime.Lib ∂
- -o About
-
- About ƒƒ About.make CopyRSRC.r About.rsrc
- Rez -append -o About -d RSRCNAME=∂"About.rsrc∂" CopyRSRC.r
-
- About ƒƒ About.make GenericCFRG.r
- Rez -a -o About -d APPNAME=∂"About∂" GenericCFRG.r
-
-
- About.c.o ƒ About.make About.c
-
- main.c.o ƒ About.make main.c
-
-